Validated Byte
A validated byte number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Byte. the minimum allowed value, inclusive
Byte. the maximum allowed value, inclusive
WidgetType defines what the config GUI widget looks like
an unbounded validated byte number.
The validation will be limited to ensuring the value de/serializes as a byte, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Byte. the default value of this wrapper
an unbounded validated byte number with a default of 0b
The validation will be limited to ensuring the value de/serializes as a byte, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Byte. the default value of this wrapper
Byte. the maximum allowed value, inclusive
Byte. the minimum allowed value, inclusive